home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 28 / 028.d81 / t.miniterm 128 < prev    next >
Text File  |  2022-08-26  |  2KB  |  122 lines

  1.  
  2.  
  3.             MINITERM 128
  4.                 by
  5.           Michael LePaglia
  6.  
  7.  
  8. COMMODORE MICROCOMPUTERS MAGAZINE
  9. September/October, 1986.
  10.  
  11. **************************************
  12.  
  13. NOTE: Because of the nature of this
  14. program, it cannot be run via
  15. LOADSTAR's operating system.  To
  16. access MINITERM 128, you must BLOAD it
  17. directly from the disk.
  18.  
  19. **************************************
  20.  
  21.  
  22.   MINITERM 128, is a machine-language
  23.  
  24. DRIVER for BASIC terminal programs.
  25.  
  26. Because you OPEN the channel to the
  27.  
  28. modem from your own BASIC program,
  29.  
  30. you can select your baud rate: 300,
  31.  
  32. 1200, or 2400.  The driver resides
  33.  
  34. from $1300 to $1700, thus you can
  35.  
  36. BLOAD it at the start of a session
  37.  
  38. and put the OPEN and SYS statements
  39.  
  40. on a function key.  For example:
  41.  
  42.  
  43. KEY2,"OPEN5,2,2,CHR$(6)+CHR$(0):
  44. SYS4864:CLOSE5"
  45.  
  46.  
  47. makes the F2 key open the channel to
  48.  
  49. the modem and enter the terminal
  50.  
  51. driver.  Pressing the Commodore logo
  52.  
  53. key and the "M" key together closes
  54.  
  55. the channel to the modem.
  56.  
  57.  
  58.   MINITERM 128 has two ways to return
  59.  
  60. to BASIC.  Pressing the Commodore logo
  61.  
  62. key and the "M" key at same time
  63.  
  64. returns to the next command in your
  65.  
  66. own BASIC program.  Pressing the
  67.  
  68. Commodore logo key and the English
  69.  
  70. pound key at the same time places a
  71.  
  72. $FF in location $0088, allowing you
  73.  
  74. to branch to a different part of your
  75.  
  76. program.
  77.  
  78.  
  79.   MINITERM 128 has a small menu that
  80.  
  81. allows you to exit to BASIC, to a help
  82.  
  83. screen, or choose whether output goes
  84.  
  85. out in standard or Commodore ASCII.
  86.  
  87. Since line noise sometimes affects the
  88.  
  89. color of the cursor, the program's
  90.  
  91. author has also included code that
  92.  
  93. will return the cursor to its correct
  94.  
  95. color if this occurs.
  96.  
  97.  
  98.   To use this program, BLOAD MINITERM
  99.  
  100. 128, assign KEY2 as previously
  101.  
  102. described and press F2. Whenever you
  103.  
  104. open the channel to the modem from
  105.  
  106. your own program, make sure you use a
  107.  
  108. 5 as the channel number.
  109.  
  110. OPEN 5,2,2,CHR$(6)+CHR$(0) is the
  111.  
  112. proper syntax for the OPEN statement
  113.  
  114. in your BASIC program.
  115.  
  116.  
  117. DISK FILES THIS PROGRAM USES:
  118.  
  119. MINITERM 128
  120.  
  121. -----------< end of text >------------
  122.